Welcome![Sign In][Sign Up]
Location:
Search - VC tab

Search list

[OtherWndTabs320-vc6_multiTabs

Description: 给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === \"Window Tabs\" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of products (VC5, VC6, eVC3, eVC4 and Visual Fortran). It adds a docking bar of tabs reflecting all of the opened windows in the workspace. You can switch between the windows by simply clicking on the tab. The tabs have extensive right-click context menus full of useful functions.
Platform: | Size: 1426789 | Author: leee101 | Hits:

[Other resourceGdipluspicture

Description: 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects ForthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : ForthProj.sln is document management solutions, ForthProj project management, project ForthProj.ncb database files, users ForthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code 4. compile and enforcement procedures
Platform: | Size: 120628 | Author: 朱磊 | Hits:

[Menu controlMenuA

Description: 1. 新建一个空的Win32项目(假设新建项目名称为SixthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:SixthProj.sln是解决方案管理文件,SixthProj是项目管理文件,SixthProj.ncb是项目数据库文件,SixthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向项目添加一个新的cpp文件 3. 编写代码  通过设置WNDCLASS变量的lpszMenuName属性实现自动创建菜单操作  响应WM_COMMAND消息时处理各种菜单消息 4. 编译、执行程序-1. A new space projects Win32 (assuming the name of the new projects SixthProj) to install Win32 applications Wizard "application program" tab, "application type" choice "Windows Applications", "additional options" some chose to "empty item" check box. VC.NET project will be a new solution, and the project folder produced four documents : SixthProj.sln is document management solutions, SixthProj project management, project SixthProj.ncb database files, users SixthProj.suo options paper (it is a hidden files that can be ignored) 2. to add a new item to the cpp file 3. write code # 61557 Programming by setting the variable attributes lpszMenuName automatically create menu # 61557 response WM_COMMAND handle various news sources menu 4. compil
Platform: | Size: 17508 | Author: 朱磊 | Hits:

[Windows Developtabcontrol_src

Description: 自定义的标签控件对话框。-Custom Controls dialog box labels.
Platform: | Size: 6144 | Author: 易天行 | Hits:

[OS programmask

Description: 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on the low-level keyboard hook principle, the software can disable win keys, F1 and ALT F4 and ALT TAB as a result, the entire keyboard keys.
Platform: | Size: 80896 | Author: 李刚 | Hits:

[Process-Thread进程创建

Description: 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents
Platform: | Size: 29696 | Author: 黄小文 | Hits:

[PropertySheetCXTabControl_demo

Description:
Platform: | Size: 53248 | Author: huuu | Hits:

[ToolBarTabBar

Description: 自己写的重载ccontrolbar类,用vc6.0写的-himself wrote the heavy ccontrolbar category, with the write vc6.0
Platform: | Size: 30720 | Author: 牛黄丸 | Hits:

[PropertySheetMultiRowTab_demo

Description: VC++ 编写的可以支持属性页的tab标题分成多行。-VC prepared to support attribute-page tab heading into multiple lines.
Platform: | Size: 23552 | Author: kcy | Hits:

[Dialog_Windowvc_pro

Description: 说明了CTabCtrl控件的用法,本人正在做一个项目,用到了该控件,和数据库MSDE,和串口通讯,由于公司规定所以不能完全上载工程,只是把前期做的工程和大家分享。-note CTabCtrl control of the use, I was doing a project, used in the control, and MSDE databases, and serial communications, the company provides as it is not fully available, just do the preliminary engineering and shared.
Platform: | Size: 1960960 | Author: sumi | Hits:

[Dialog_Windowctabctrl

Description: 一个被人忽略的控件CTabControl,实现页面切换,非常实用.-err
Platform: | Size: 1976320 | Author: zhangping | Hits:

[Dialog_WindowTabDemo

Description: VC的使用的研究的例子,实现了TAB很好的初学者例子-Research on the use of VC examples realize the TAB good example for beginners
Platform: | Size: 2961408 | Author: | Hits:

[VC/MFCXP_Style_tabctrl

Description: XP风格的CTabCtrl,可自由设置标签位置,图标等-XP-style CTabCtrl, be free to set the tag location, icon, etc.
Platform: | Size: 22528 | Author: M8086 | Hits:

[Button controlDockTabFrame

Description: A control used to make like VS.net style.
Platform: | Size: 807936 | Author: Euler | Hits:

[Special EffectsTab2Shp

Description: 用vc编写的由tab/shp之间的转换,可以-Vc prepared by using tab/shp conversion between, you can
Platform: | Size: 3421184 | Author: yhyzhb | Hits:

[Windows DevelopMiTabCBuild

Description: 这是一个vc开的mif/tab之间的转换的一个软件工具-This is a vc open mif/tab conversion between a software tool
Platform: | Size: 1673216 | Author: yhyzhb | Hits:

[OtherSceneNavigateAndBookmarksVisual_CPP

Description: Ae9.2场景满有何设置标签在vc++2005下实现 -Ae9.2 scene over what Setup tab in vc++ 2005 under
Platform: | Size: 35840 | Author: swq0553 | Hits:

[Button controlMyTab

Description: 一个VC下的tab控件应用的小例子,其实非常简单!-VC under a tab control the application of small examples, in fact, very easy!
Platform: | Size: 1894400 | Author: yuweihe | Hits:

[GDI-Bitmapscrnsave_code

Description: 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。   本程序对于每一个windows下编程的程序员(比如正在使用VC,VB,Delphi,C++Builder等的朋友)来说,相信都会是一个很有价值的示例程序。因为本程序没有使用MFC,VCL等类库,用Windows SDK(Windows Software Development kit,即windows软件开发工具包)编写,可以说是在Windows下编程的最低层,也是windows程序的标准编写方式。相信本程序对理解在windows下编程的一般结构和思想有所帮助。   本程序用C语言编写,在Visual C++6.0下编译调试,在代码文件中有详细的注释,几乎是一行程序一行注释。具体问题可以看源程序的Readme.txt,其他问题可发邮件给我。-This is a platform for running under windows similar to the screen saver win98 "change line" Dongdong, but masked the Alt+ Ctrl+ Del, Alt+ Tab keys, run-time full-screen, only with a specific password exit, the password is: kkcocoon. Oh, remember, otherwise you may be forced to restart the machine. This procedure for each program under windows programmers (such as is the use of VC, VB, Delphi, C++ Builder and other friends), the trust will be a valuable example of the procedure. Since this procedure does not use MFC, VCL class library, etc., using Windows SDK (Windows Software Development kit, that is, windows software development kit) to prepare, it can be said that under Windows at the lowest level programming as well as standard windows procedure to prepare the way. Believe that the process of understanding at windows programming under the general structure and ideas help. This procedure using C language, in the Visual C++6.0 under the compiler debugging, in the code file
Platform: | Size: 17408 | Author: kk.h | Hits:

[Dialog_WindowDynamicCreate

Description: 动态创建tab窗口的代码,用VC++实现,很好的例子。-Dynamic create tab window code, using VC++ implementation, a very good example.
Platform: | Size: 38912 | Author: cai | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »

CodeBus www.codebus.net